--- title: "NYS DOH Inspections Nov 2020" output: flexdashboard::flex_dashboard: social: menu source: embed --- ```{r setup, include=FALSE} library(flexdashboard) library(tidyverse) library(plotly) library(leaflet) ```